From: Lars Magne Ingebrigtsen Date: Sun, 3 Jul 2011 21:33:54 +0000 (+0200) Subject: * display.texi (Scrolling): `C-v' (etc) are now bound to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4634fffed7ad3b19f10b730a5bdbab2a2907ac9c;p=emacs.git * display.texi (Scrolling): `C-v' (etc) are now bound to `scroll-*-command'. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 36a8ad3c1d5..4babb5114fa 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2011-07-03 Lars Magne Ingebrigtsen + + * display.texi (Scrolling): `C-v' (etc) are now bound to + `scroll-*-command' (bug#8349). + 2011-07-02 Lars Magne Ingebrigtsen * dired.texi (Subdirectories in Dired): Clarify that `C-u k' diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 3cec3e8fb8b..210b1b636a1 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -61,11 +61,11 @@ order; also, maybe redisplay the screen (@code{recenter-top-bottom}). @item C-v @itemx @key{next} @itemx @key{PageDown} -Scroll forward by nearly a full window (@code{scroll-up}). +Scroll forward by nearly a full window (@code{scroll-up-command}). @item M-v @itemx @key{prior} @itemx @key{PageUp} -Scroll backward (@code{scroll-down}). +Scroll backward (@code{scroll-down-command}). @item C-M-l Scroll heuristically to bring useful information onto the screen (@code{reposition-window}).